presentation
Interface EquipeInterface

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Equipe

public interface EquipeInterface
extends java.rmi.Remote


Method Summary
 boolean createEquipe(int IdChampionnat, java.lang.String nom)
           
 void findEquipe(java.lang.String nameEquipe)
           
 void findEquipeById(int idEquipe)
           
 int getGoalaverage()
           
 int getId()
           
 java.lang.String getNom()
           
 int getPoints()
           
 

Method Detail

createEquipe

boolean createEquipe(int IdChampionnat,
                     java.lang.String nom)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getNom

java.lang.String getNom()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

findEquipe

void findEquipe(java.lang.String nameEquipe)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getId

int getId()
          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

findEquipeById

void findEquipeById(int idEquipe)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPoints

int getPoints()
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getGoalaverage

int getGoalaverage()
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException